home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / e / misc.save / 000335_fdc@panix.com_Wed Mar 24 14:29:37 2010.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  55 lines

  1. Path: reader1.panix.com!panix!not-for-mail
  2. From: Frank da Cruz <fdc@panix.com>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: can't ftp from AMD64 machine, works fine on i386
  5. Date: Wed, 24 Mar 2010 18:27:34 +0000 (UTC)
  6. Organization: PANIX Public Access Internet and UNIX, NYC
  7. Lines: 35
  8. Message-ID: <slrnhqkmcm.1q7.fdc@panix1.panix.com>
  9. References: <bd6k77-aao.ln1@ppp121-45-136-118.lns11.adl6.internode.on.net> <slrnhqf5r2.j4f.fdc@panix3.panix.com> <8be587e3-9b79-4623-a20c-65d45bc34ce9@k36g2000prb.googlegroups.com>
  10. Reply-To: fdc@columbia.edu
  11. NNTP-Posting-Host: panix1.panix.com
  12. Mime-Version: 1.0
  13. Content-Type: text/plain; charset=iso-8859-1
  14. Content-Transfer-Encoding: 8bit
  15. X-Trace: reader1.panix.com 1269455254 11341 166.84.1.1 (24 Mar 2010 18:27:34 GMT)
  16. X-Complaints-To: abuse@panix.com
  17. NNTP-Posting-Date: Wed, 24 Mar 2010 18:27:34 +0000 (UTC)
  18. User-Agent: slrn/0.9.8.0 (NetBSD)
  19. Xref: panix comp.protocols.kermit.misc:15938
  20.  
  21. On 2010-03-23, Mark Sapiro <mark@msapiro.net> wrote:
  22. : On Mar 22, 9:14∩┐╜am, Frank da Cruz <f...@panix.com> wrote:
  23. :>  I see that the same thing happens on Mac OS X 10.6.2, also 64-bit.
  24. :
  25. : It works for me. I just built
  26. :
  27. : C-Kermit 9.0.299 Alpha.03, 19 Mar 2010, for Mac OS X 10.6.2
  28. :
  29. : with 'make macosx'. This is OS X 10.6.2 on an early Intel iMac
  30. : (Processor 2 GHz Intel Core Duo according to 'About This Mac')
  31. :
  32. : $ uname -a
  33. : Darwin Macintosh-2.local 10.2.0 Darwin Kernel Version 10.2.0: Tue Nov
  34. : 3 10:37:10 PST 2009; root:xnu-1486.2.11~1/RELEASE_I386 i386
  35. :
  36. : And ftp seems to work fine. I know this is OT for this group, but I
  37. : had understood that all Intel iMacs had 64-bit hardware, but that 64-
  38. : bit mode was not supported before 10.6 (Snow Leopard). Thus, an intel
  39. : iMac with OS X 10.6.2 should be a 64-bit machine, but the fact that
  40. : ftp is working and uname reports i386 architecture indicates it is
  41. : not, so am I confused or what?
  42. :
  43. I am too; I gave up trying to keep up with Intel incarnations a while
  44. ago when they were described only in marketing, rather than technical,
  45. terms.  For machine type, uname and uname() rely on the OS maker making
  46. the appropriate determination.  Kermit decides whether it's 64-bit by
  47. doing some sizeof()'s (e.g., of off_t and/or long).
  48.  
  49. I haven't had time to look into the problem yet, but I do notice that
  50. on a 64-bit machine that fails to make an FTP connection (for me and
  51. Arthur, at least), I can still make a Telnet connection, so when I get
  52. a chance I'll see what's different about the Telnet and FTP code that
  53. sets up the connect() call.
  54.  
  55. - Frank